GetApplicationCacheForFrameResponse

data class GetApplicationCacheForFrameResponse(applicationCache: ApplicationCache)

Represents response frame that is returned from ApplicationCache#getApplicationCacheForFrame operation call. Returns relevant application cache data for the document in given frame.

See also

Constructors

GetApplicationCacheForFrameResponse
Link copied to clipboard
fun GetApplicationCacheForFrameResponse(applicationCache: ApplicationCache)

Properties

applicationCache
Link copied to clipboard
val applicationCache: ApplicationCache
Relevant application cache data for the document in given frame.

Sources

jvm source
Link copied to clipboard